Skip to content

Rename workflow from 'Python application' to 'agent-one'#1

Merged
iamserda merged 1 commit intomainfrom
iamserda-patch-1
Feb 15, 2026
Merged

Rename workflow from 'Python application' to 'agent-one'#1
iamserda merged 1 commit intomainfrom
iamserda-patch-1

Conversation

@iamserda
Copy link
Copy Markdown
Owner

This pull request introduces a new GitHub Actions workflow for Python projects, automating dependency installation, linting, and testing on pushes and pull requests to the main branch.

New CI workflow for Python:

  • Added .github/workflows/python-app.yml to automate the following tasks on every push and pull request to main:
    • Checks out the repository code.
    • Sets up Python 3.10.
    • Installs dependencies from requirements.txt if present.
    • Runs linting with flake8 to catch syntax errors and code style issues.
    • Runs unit tests using pytest.

@iamserda iamserda merged commit 1141e36 into main Feb 15, 2026
1 check failed
@iamserda iamserda deleted the iamserda-patch-1 branch February 15, 2026 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant